home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / pock31.arj / DELDIR.BAT < prev    next >
DOS Batch File  |  1993-10-15  |  209b  |  12 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /Izd %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. echo.
  6. goto exit
  7. :usage
  8. echo Delete named subdirectories and files
  9. echo usage: DELDIR name1 name2 ..
  10. :exit
  11.  
  12.